x86/efi: Autoload efi-pstore
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Dec 2014 16:44:06 +0000 (17:44 +0100)
committermaximilian attems <maks@debian.org>
Sat, 31 Jan 2015 21:20:40 +0000 (21:20 +0000)
efi-pstore should be auto-loaded on EFI systems, same as efivars.

Gbp-Pq: Topic features/all
Gbp-Pq: Name efi-autoload-efi-pstore.patch

drivers/firmware/efi/efi-pstore.c

index e992abc5ef264e38fefb0b3361f91c357fd1d08e..c8d794c5847989e1d150b8da968e76a24c6e0d91 100644 (file)
@@ -400,3 +400,4 @@ module_exit(efivars_pstore_exit);
 
 MODULE_DESCRIPTION("EFI variable backend for pstore");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:efivars");